You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#
|
|
|
|
# Makefile for the generic architecture
|
|
|
|
#
|
|
|
|
|
|
|
|
EXTRA_CFLAGS := -Iarch/x86/kernel
|
|
|
|
|
|
|
|
obj-y := probe.o summit.o bigsmp.o es7000.o default.o
|
|
|
|
obj-y += ../../x86/mach-es7000/
|