	FW_DIR	:= /lib/firmware

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

clean:

	rm -f $(FW_DIR)/rtl8821a_fw

