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 += -I../kernel
|
|
|
|
obj-y := probe.o summit.o bigsmp.o es7000.o default.o ../mach-es7000/
|
|
|