# Comment/uncomment the following line to enable/disable debugging
# For debug:
#     EXTRA_CONFIG += -DRT2500_DBG




obj-m    := rt2561s.o

	
modules:
	cp -f ../../../../../obj.bak/rt2561s.o ./

clean:
	rm rt2561s.o
	
include $(TOPDIR)/Rules.make
