http://www.hht-eu.com/pls/hht/docs/F3140/bcm963xx_Speedport500V.0.09.04L.300L01.V27_c...
[bcm963xx.git] / userapps / broadcom / hotplug / Makefile
1 all:
2         cp hotplug_$(PROFILE)_save hotplug
3
4 PROGRAM_NAME:= hotplug
5
6 install::
7         install -m 755 $(PROGRAM_NAME) $(INSTALL_DIR)/bin
8         $(STRIP) $(INSTALL_DIR)/bin/$(PROGRAM_NAME)
9         ln -sf ../bin/$(PROGRAM_NAME) $(INSTALL_DIR)/sbin/hotplug
10         
11 dynamic: all install
12
13 dynamic: all install
14
15 clean:
16         rm -f hotplug
17