Skip to content

Commit

Permalink
Merge pull request #326 from laijs/lkl/no_syscall_thread
Browse files Browse the repository at this point in the history
remove lkl_[create|stop]_syscall_thread from Makefile
  • Loading branch information
tavip authored Feb 14, 2017
2 parents c5d152f + 29770ed commit 311a4ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/lkl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ endif

LDFLAGS_vmlinux += -r
LKL_ENTRY_POINTS := lkl_start_kernel lkl_sys_halt lkl_syscall lkl_trigger_irq \
lkl_get_free_irq lkl_put_irq lkl_create_syscall_thread \
lkl_stop_syscall_thread lkl_is_running
lkl_get_free_irq lkl_put_irq lkl_is_running

core-y += arch/lkl/kernel/
core-y += arch/lkl/mm/
Expand Down

0 comments on commit 311a4ee

Please sign in to comment.