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.
9 lines
168 B
9 lines
168 B
20 years ago
|
#
|
||
|
# Makefile for the linux kernel.
|
||
|
#
|
||
|
|
||
|
EXTRA_CFLAGS += -I../kernel
|
||
|
obj-y := setup.o voyager_basic.o voyager_thread.o
|
||
|
|
||
|
obj-$(CONFIG_SMP) += voyager_smp.o voyager_cat.o
|