Blame view

buildroot/buildroot-2016.08.1/support/kconfig/patches/06-br-build-system-integration.patch 672 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
  ---
   Makefile |    8 ++++----
   1 file changed, 4 insertions(+), 4 deletions(-)
  
  Index: b/Makefile
  ===================================================================
  --- a/Makefile
  +++ b/Makefile
  @@ -159,11 +159,11 @@
   
   hostprogs-y := conf
   
  -ifeq ($(MAKECMDGOALS),nconfig)
  +ifeq ($(MAKECMDGOALS),nconf)
   	hostprogs-y += nconf
   endif
   
  -ifeq ($(MAKECMDGOALS),menuconfig)
  +ifeq ($(MAKECMDGOALS),mconf)
   	hostprogs-y += mconf
   endif
   
  @@ -171,10 +171,10 @@
   	hostprogs-y += kxgettext
   endif
   
  -ifeq ($(MAKECMDGOALS),xconfig)
  +ifeq ($(MAKECMDGOALS),qconf)
   	qconf-target := 1
   endif
  -ifeq ($(MAKECMDGOALS),gconfig)
  +ifeq ($(MAKECMDGOALS),gconf)
   	gconf-target := 1
   endif