#
# Makefile for the RTL8652 specific parts of the kernel
#

obj-y	 	:= setup.o printf.o int.o mem.o 
obj-$(CONFIG_PCI) += pci.o
EXTRA_AFLAGS := $(CFLAGS)
