X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fprocd.git;a=blobdiff_plain;f=CMakeLists.txt;h=3219240cbc9bba189d7cce27fb1fec19fa707a88;hp=2718125939ec26ddb30e6a71a8d540f735dc091a;hb=57fe34225206c572b5e049826505f738191e4db5;hpb=08cd2c661ea6ce378ce7a6ff37d11220d65e2c5f;ds=sidebyside diff --git a/CMakeLists.txt b/CMakeLists.txt index 2718125..3219240 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,6 +28,10 @@ IF(DEBUG) ADD_DEFINITIONS(-DDEBUG -g3) ENDIF() +IF(EARLY_PATH) + ADD_DEFINITIONS(-DEARLY_PATH="${EARLY_PATH}") +ENDIF() + IF(ZRAM_TMPFS) ADD_DEFINITIONS(-DZRAM_TMPFS) SET(SOURCES_ZRAM initd/zram.c)