From 0b274c16a3f9d235735a4b84215071e1e004caa9 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 3 Oct 2014 17:54:19 +0200 Subject: hw_detect replaces this old code Signed-off-by: John Crispin --- CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c3032f..834b5b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,13 +23,6 @@ INSTALL(TARGETS kmodloader RUNTIME DESTINATION sbin ) -ADD_EXECUTABLE(board board.c) -TARGET_LINK_LIBRARIES(board ubox ${json} blobmsg_json) - -INSTALL(TARGETS board - RUNTIME DESTINATION sbin -) - ADD_EXECUTABLE(lsbloader lsbloader.c) TARGET_LINK_LIBRARIES(lsbloader ubox ubus) -- cgit v1.2.1