Commit da2658a0 authored by Lucas Russo's avatar Lucas Russo

cfg/*: add default config directory

parent b2fa6c45
......@@ -12,11 +12,15 @@ SIZE ?= $(CROSS_COMPILE)size
MAKE ?= make
PREFIX ?= /usr/local
CFG_DIR ?= ${PREFIX}/etc/bpm_sw
# Get all .cfg files
CFG_FILES ?= $(wildcard *.cfg)
# Config file must have the following name
CFG_FILENAME = bpm_sw.cfg
# This could be set to a different config folder
CFG ?= crude_defconfig
# Get crude defconfig .cfg file
CFG_FILES = $(CFG)/$(CFG_FILENAME)
.PHONY: all clean mrproper install uninstall
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment