8 lines
145 B
Makefile
8 lines
145 B
Makefile
|
#
|
||
|
# Makefile for the SNI specific part of the kernel
|
||
|
#
|
||
|
|
||
|
obj-y += int-handler.o irq.o pcimt_scache.o reset.o setup.o
|
||
|
|
||
|
EXTRA_AFLAGS := $(CFLAGS)
|