mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-05-04 11:10:04 -04:00
"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>
8 lines
133 B
Makefile
8 lines
133 B
Makefile
#
|
|
# Makefile for common code for Toshiba TX4927 based systems
|
|
#
|
|
|
|
obj-y += prom.o setup.o irq.o spi_eeprom.o
|
|
|
|
EXTRA_CFLAGS += -Werror
|