Identify correct entry in Makefile to build a dynamic module All Questions › Category: Operating System › Identify correct entry in Makefile to build a dynamic module 0 Vote Up Vote Down Anonymous asked 3 years ago Options: obj-n += hello.o obj-y += hello.o obj-m += hello.o obj-d += hello.o 1 Answers 0 Vote Up Vote Down Anonymous answered 3 years ago obj-m += hello.o