#rkwifi packed Makefile
# (gwl)

obj-$(CONFIG_RKWIFI) += rk_wifi_config.o

.PHONY: clean

clean:
	find . -name '*.o*' -exec rm -f {} \; 
