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




obj-m    := rt2561ssta.o

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

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