# Makefile for the Linux device tree

obj-y		:= core.o sys.o interface.o fs.o power.o bus.o \
			driver.o 

export-objs	:= core.o fs.o power.o sys.o bus.o driver.o

include $(TOPDIR)/Rules.make