9
0
Fork 0
barebox/common
Jan Luebbe 0a45810d29 common: fix possible build problem without password support
In the case where CONFIG_PASSWORD is off, CONFIG_PASSWORD_DEFAULT is
undefined. As undefined is not "", this causes make to call find -type f.
If there is a filename containing a :, make will complain about having
"multiple target patterns"

Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-10-15 08:36:53 +02:00
..
partitions cdev: store dos partition type in struct cdev 2013-10-14 14:04:20 +02:00
.gitignore update .gitignore files for linker scripts 2009-01-21 23:28:14 +01:00
Kconfig add kernel-install tool for bootloader Spec 2013-10-14 15:28:06 +02:00
Makefile common: fix possible build problem without password support 2013-10-15 08:36:53 +02:00
bbu.c barebox update: fix finding default handler 2012-12-03 09:57:41 +01:00
binfmt.c command: Let builtin command take precedence 2013-09-24 09:03:18 +02:00
block.c block: Collect block devices on list 2013-09-30 10:18:39 +02:00
blspec.c Implement bootloader spec support for barebox 2013-10-14 14:04:20 +02:00
bootargs.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
bootm.c bootm: Replace getenv_loadaddr with getenv_ul 2013-10-07 07:57:42 +02:00
bootsource.c bootsource: add definition for i2c-eeprom, spi-nor, spi-eeprom and usb 2013-04-04 10:54:27 +02:00
clock.c clock: introduce non interruptible timeout 2012-10-29 22:31:18 +01:00
command.c command: return 1 on unknown command 2012-11-01 16:31:07 +01:00
complete.c environment variables: use linux list 2012-10-30 10:24:12 +01:00
console.c Merge branch 'for-next/login' 2013-10-07 08:00:13 +02:00
console_common.c Merge branch 'for-next/rs485' 2013-10-07 08:02:14 +02:00
console_simple.c Merge branch 'for-next/login' 2013-10-07 08:00:13 +02:00
date.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
ddr_spd.c common: DDR2 SPD checksum. 2013-06-27 08:38:04 +02:00
digest.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
dlmalloc.c rename include/mem_malloc.h to include/memory.h 2011-09-23 16:32:48 +02:00
dummy_malloc.c dummy malloc: Add licence header 2013-03-08 08:47:51 +01:00
env.c environment variables: introduce new helpers 2013-09-30 10:28:52 +02:00
environment.c devfs: let devfs_add_partition return the new partition 2013-07-15 11:15:47 +02:00
filetype.c filetype: add Binary PacKage BPK type 2013-10-06 13:26:51 +02:00
globalvar.c Merge branch 'for-next/misc' 2013-10-07 08:00:25 +02:00
hush.c process_escape_sequence: add support to \$? 2013-09-18 09:17:13 +02:00
image.c Merge branch 'for-next/remove-fsf-address' 2012-10-03 21:12:48 +02:00
kallsyms.c include asm/sections.h instead of asm-generic/sections.h 2013-03-10 11:05:46 +01:00
meminfo.c Merge branch 'for-next/pr_print' 2013-04-04 14:20:33 +02:00
memory.c of: remove unused libfdt 2013-03-06 11:41:29 +01:00
memory_display.c memory_display: Change address pointer to type const void * 2013-07-22 12:16:26 +02:00
memsize.c Add warning above get_ram_size 2013-02-13 18:14:38 +01:00
memtest.c common: add memtest.c with mem_test routine 2013-06-05 22:54:35 +02:00
menu.c menu: Make action callback optional 2013-06-19 22:47:48 +02:00
misc.c export model as globalvar 2013-08-16 08:40:56 +02:00
module.c module: remove duplicate ALIGN and __ALIGN_MASK definition 2013-06-21 08:08:37 +02:00
module.lds.S Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
oftree.c of: Use correct devicetree in of_print_cmdline 2013-07-27 07:38:13 +02:00
parser.c process_escape_sequence: add support to \$? 2013-09-18 09:17:13 +02:00
partitions.c cdev: store dos partition type in struct cdev 2013-10-14 14:04:20 +02:00
password.c login/passwd: add default password support 2013-09-19 08:49:51 +02:00
poller.c Add generic poll infrastructure 2010-12-20 09:28:21 +01:00
reset_source.c globalvar: Allow to set initial value 2013-08-16 08:40:33 +02:00
resource.c treewide: fix format specifiers 2013-01-27 14:24:10 +01:00
s_record.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
startup.c Merge branch 'for-next/rs485' 2013-10-07 08:02:14 +02:00
tlsf.c tlsf: Use NULL instead of 0 for returning NULL pointers 2012-06-30 22:34:54 +02:00
tlsf_malloc.c tlsf_malloc: drop duplicate include 2013-03-07 08:37:22 +01:00
tlsfbits.h tlsf: remove unused stuff from tlsfbits.h 2011-12-23 11:29:10 +01:00
uimage.c uimage: fix: fill size when no compression is used 2013-08-12 22:04:31 +02:00
version.c remove remaining references of CONFIG_BOARDINFO 2013-08-16 08:40:37 +02:00