#
# Makefile for the linux kernel.
#

EXTRA_CFLAGS	+= -I../kernel

obj-y	:= setup.o
obj-$(CONFIG_SMP) += smpboot_hooks.o
