X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fprocd.git;a=blobdiff_plain;f=CMakeLists.txt;h=0729459c857e4e5ae837eea804b1abbe4414155b;hp=444dd20545b4515748b6f28ab17f814a68dd6751;hb=7c6cf551df1eb4b59b2576c73db7ad30ac4ce396;hpb=d42b21ed9305b91f300f0cebda77e5792f29fc07;ds=sidebyside diff --git a/CMakeLists.txt b/CMakeLists.txt index 444dd20..0729459 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,9 +40,7 @@ IF(ZRAM_TMPFS) SET(SOURCES_ZRAM initd/zram.c) ENDIF() -IF(BUILD_UPGRADED) - add_subdirectory(upgraded) -ENDIF() +add_subdirectory(upgraded) ADD_EXECUTABLE(procd ${SOURCES}) TARGET_LINK_LIBRARIES(procd ${LIBS})