"make dep" is no longer required in kernel 2.6, but was still mentioned in some places. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
11 lines
247 B
Makefile
11 lines
247 B
Makefile
#
|
|
# Makefile for common code for Toshiba TX4927 based systems
|
|
#
|
|
|
|
obj-y += tx4927_prom.o tx4927_setup.o tx4927_irq.o
|
|
|
|
obj-$(CONFIG_TOSHIBA_FPCIB0) += smsc_fdc37m81x.o
|
|
obj-$(CONFIG_KGDB) += tx4927_dbgio.o
|
|
|
|
EXTRA_CFLAGS += -Werror
|