소스 검색

kamctl: include core config.mak in Makefile
(cherry picked from commit 1180ee4d1f5de178f1a16785c3ff573aec00bd70)

Daniel-Constantin Mierla 16 년 전
부모
커밋
7ccc60401c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      utils/kamctl/Makefile

+ 1 - 0
utils/kamctl/Makefile

@@ -1,6 +1,7 @@
 # $Id$
 COREPATH=../..
 include $(COREPATH)/Makefile.defs
+include $(COREPATH)/config.mak
 
 all:
 		@echo "No compilation needed for kamctl"