linux - when run make it shows make ** no target.stop -
i added prink in /arch/x86/kernel/setup.c , tried run make after modifying file shows errors in title. have makefile in directory , don't know how solve it
you need make sure have run 1 of make xxxconfig
options. recommend make localmodconfig
. can run make
. make sure run make in top level linux source directory , not 1 of sub directories contain lines such obj-o += setup.o ...
, no actual build targets.
Comments
Post a Comment