f45016d54ad375da3c54e1c6a2873271f59c729c
[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         mkdir -p $(INSTALL_DIR)/sbin    
10         ln -sf ../bin/$(PROGRAM_NAME) $(INSTALL_DIR)/sbin/hotplug
11         
12 dynamic: all install
13
14 dynamic: all install
15
16 clean:
17         rm -f hotplug
18