aboutsummaryrefslogtreecommitdiff
path: root/ccan
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2014-12-18 11:26:05 +1030
committerStewart Smith <stewart@linux.vnet.ibm.com>2014-12-18 18:07:19 +1100
commit1f91d6796676dc75188011f6ef4d09fc8dd81a29 (patch)
treec59190ba7123cbf8d09d30b76b0eea38adaafeb2 /ccan
parent9b8614d3b5a3d6bd2b4ea4d53f4864485770db89 (diff)
downloadskiboot-1f91d6796676dc75188011f6ef4d09fc8dd81a29.zip
skiboot-1f91d6796676dc75188011f6ef4d09fc8dd81a29.tar.gz
skiboot-1f91d6796676dc75188011f6ef4d09fc8dd81a29.tar.bz2
test/hello_world: Fix makefile rule
powerpc-linux-gnu-gcc -m64 -c -MMD -Itest/hello_world/hello_kernel/ -o test/hello_world/hello_kernel/hello_kernel.o test/hello_world/hello_kernel/hello_kernel.S test/hello_world/hello_kernel/asm-utils.h powerpc-linux-gnu-gcc: fatal error: cannot specify -o with -c, -S or -E with multiple files GCC barfed as we were passing the header and the c file while compiling with -c. Fix the rule to just build source file. Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'ccan')
0 files changed, 0 insertions, 0 deletions