On Sat, 17 Sep 2016, Mark Kettenis wrote: > > Date: Sat, 17 Sep 2016 09:38:46 -0700 > > From: Philip Guenther <[email protected]> ... > > Instead of a conditional in the Makefile, can't this all go under > > arch/arm? > > It could. Not sure where exectly I should put it though. In a new > dlfcn subdirectory under arch/arm?
Sure, with a .PATH: and a SRCS+= in arch/arm/Makefile.inc Philip
