Introduce CONTENTS variable into Makefiles to list the contents of the directory, excluding the Makefile for to Make life easier
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
DIR = $(RC_LIB)/net
|
||||
CONF = dhclient.sh dhcpcd.sh macchanger.sh macnet.sh ssidnet.sh system.sh \
|
||||
wpa_supplicant.sh
|
||||
DIR = $(RC_LIB)/net
|
||||
CONF = $(CONTENTS)
|
||||
|
||||
TOPDIR = ..
|
||||
include $(TOPDIR)/default.mk
|
||||
|
||||
Reference in New Issue
Block a user