	FW_DIR	:= /lib/firmware

all:
	cp -f rtl8723a_fw $(FW_DIR)/rtl8723a_fw

clean:

	rm -f $(FW_DIR)/rtl8723a_fw

