X-Git-Url: http://git.rot13.org/?p=bcm963xx.git;a=blobdiff_plain;f=bcmdrivers%2Fopensource%2FMakefile;fp=bcmdrivers%2Fopensource%2FMakefile;h=0000000000000000000000000000000000000000;hp=3768d0a02eb5e448e6dcb22653c77bccdb1368c1;hb=cf3b25a5003e531e4599b2a56fa007f272198570;hpb=59e02c1be2c9b373846b0789fbd5b7ef46f0927f diff --git a/bcmdrivers/opensource/Makefile b/bcmdrivers/opensource/Makefile deleted file mode 100755 index 3768d0a0..00000000 --- a/bcmdrivers/opensource/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# File: modules/drivers/Makefile -# -# Makefile for the GPLed Linux kernel modules. -# - -LN_NAME=bcm9$(BRCM_CHIP) -LN_DRIVER_DIRS = - --include $(KERNEL_DIR)/.config - -ifneq ($(CONFIG_BCM_BOARD),) - LN_DRIVER_DIRS +=ln -sn impl$(CONFIG_BCM_BOARD_IMPL) char/board/$(BRCM_BOARD)/$(LN_NAME); -endif - -ifneq ($(CONFIG_BCM_SERIAL),) - LN_DRIVER_DIRS +=ln -sn impl$(CONFIG_BCM_SERIAL_IMPL) char/serial/$(LN_NAME); -endif - -obj-$(CONFIG_BCM_BOARD) += char/board/$(BRCM_BOARD)/$(LN_NAME)/ -obj-$(CONFIG_BCM_SERIAL) += char/serial/$(LN_NAME)/ - - -symlinks: - find . -lname "*" -name "$(LN_NAME)" -print -exec rm -f "{}" ";" - $(CONFIG_SHELL) -c "$(LN_DRIVER_DIRS)"