	FW_DIR	:= /lib/firmware

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

clean:
	rm -f $(FW_DIR)/rtl8723b_fw



