Skip to content

Commit

Permalink
Merge pull request torvalds#288 from petrosagg/issue-287
Browse files Browse the repository at this point in the history
lkl: filter null bytes from syscall_defs.h
  • Loading branch information
tavip authored Jan 9, 2017
2 parents d81fb7e + 949a57d commit 3472d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/lkl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ lkl.o: vmlinux

arch/lkl/include/generated/uapi/asm/syscall_defs.h: vmlinux
$(OBJCOPY) -j .syscall_defs -O binary --set-section-flags .syscall_defs=alloc $< $@
sed -i 's/\x0//g' $@

install: lkl.o __headers arch/lkl/include/generated/uapi/asm/syscall_defs.h
@echo " INSTALL $(INSTALL_PATH)/lib/lkl.o"
Expand Down

0 comments on commit 3472d83

Please sign in to comment.