Makefile (5dd372a23d12003276dddf7f9604154fd522ae73) | Makefile (b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae) |
---|---|
1# 2# (C) Copyright 2000-2008 3# Wolfgang Denk, DENX Software Engineering, wd@denx.de. 4# 5# See file CREDITS for list of people who contributed to this 6# project. 7# 8# This program is free software; you can redistribute it and/or --- 2736 unchanged lines hidden (view full) --- 2745atstk1004_config : unconfig 2746 @$(MKCONFIG) $(@:_config=) avr32 at32ap atstk1000 atmel at32ap700x 2747 2748######################################################################### 2749######################################################################### 2750######################################################################### 2751 2752######################################################################### | 1# 2# (C) Copyright 2000-2008 3# Wolfgang Denk, DENX Software Engineering, wd@denx.de. 4# 5# See file CREDITS for list of people who contributed to this 6# project. 7# 8# This program is free software; you can redistribute it and/or --- 2736 unchanged lines hidden (view full) --- 2745atstk1004_config : unconfig 2746 @$(MKCONFIG) $(@:_config=) avr32 at32ap atstk1000 atmel at32ap700x 2747 2748######################################################################### 2749######################################################################### 2750######################################################################### 2751 2752######################################################################### |
2753## sh3 (Renesas SuperH) 2754######################################################################### 2755ms7720se_config: unconfig 2756 @ >include/config.h 2757 @echo "#define CONFIG_MS7720SE 1" >> include/config.h 2758 @./mkconfig -a $(@:_config=) sh sh3 ms7720se 2759 2760######################################################################### |
|
2753## sh4 (Renesas SuperH) 2754######################################################################### 2755ms7750se_config: unconfig 2756 @ >$(obj)include/config.h 2757 @echo "#define CONFIG_MS7750SE 1" >> $(obj)include/config.h 2758 @./mkconfig -a $(@:_config=) sh sh4 ms7750se 2759 2760ms7722se_config : unconfig --- 63 unchanged lines hidden --- | 2761## sh4 (Renesas SuperH) 2762######################################################################### 2763ms7750se_config: unconfig 2764 @ >$(obj)include/config.h 2765 @echo "#define CONFIG_MS7750SE 1" >> $(obj)include/config.h 2766 @./mkconfig -a $(@:_config=) sh sh4 ms7750se 2767 2768ms7722se_config : unconfig --- 63 unchanged lines hidden --- |