d7394fe57a
To simplify the scripted move of the mach-xxx directories, change the makerules to the full arch/.... path. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
9 lines
171 B
Makefile
9 lines
171 B
Makefile
#
|
|
# Makefile for the generic architecture
|
|
#
|
|
|
|
EXTRA_CFLAGS := -Iarch/i386/kernel
|
|
|
|
obj-y := probe.o summit.o bigsmp.o es7000.o default.o
|
|
obj-y += ../../i386/mach-es7000/
|