From 55f662b393f24d5780a38fbfe8f133f7fecb1ca5 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Fri, 10 Apr 2020 20:53:17 -0400 Subject: [PATCH] linux: fix build issue --- helpers/DATA/linux/firmware/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/helpers/DATA/linux/firmware/Makefile b/helpers/DATA/linux/firmware/Makefile index f3d9a7b6..46b0183d 100644 --- a/helpers/DATA/linux/firmware/Makefile +++ b/helpers/DATA/linux/firmware/Makefile @@ -61,7 +61,6 @@ fw-shipped-$(CONFIG_DRM_RADEON) += $(DEBLOBBED) $(DEBLOBBED) \ $(DEBLOBBED) $(DEBLOBBED) \ $(DEBLOBBED) $(DEBLOBBED) \ $(DEBLOBBED) $(DEBLOBBED) -fw-shipped-$(CONFIG_DVB_AV7110) += av7110/bootcode.bin fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += $(DEBLOBBED) fw-shipped-$(CONFIG_E100) += $(DEBLOBBED) $(DEBLOBBED) \ $(DEBLOBBED) @@ -130,8 +129,6 @@ fw-shipped-$(CONFIG_USB_SERIAL_EDGEPORT) += $(DEBLOBBED) $(DEBLOBBED) \ fw-shipped-$(CONFIG_USB_SERIAL_EDGEPORT_TI) += $(DEBLOBBED) fw-shipped-$(CONFIG_USB_SERIAL_WHITEHEAT) += $(DEBLOBBED) $(DEBLOBBED) \ # $(DEBLOBBED) -fw-shipped-$(CONFIG_USB_SERIAL_KEYSPAN_PDA) += keyspan_pda/keyspan_pda.fw -fw-shipped-$(CONFIG_USB_SERIAL_XIRCOM) += keyspan_pda/xircom_pgs.fw fw-shipped-$(CONFIG_USB_VICAM) += $(DEBLOBBED) fw-shipped-$(CONFIG_VIDEO_CPIA2) += $(DEBLOBBED) fw-shipped-$(CONFIG_YAM) += $(DEBLOBBED) $(DEBLOBBED) -- GitLab