platform: makefile: do not generate ifndef define in ram headers The RAM header files are containing no definitions and only code. So the usual structure to make one header file only include once is not suitable for our usecase. We need that in order to be able to handle RAM in the legacy way, there we include those files a second time. As they also have return values in it is not suitable to return those headers in a function. As of this reasons remove ifndef define structure generation in Makefile. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> (cherry picked from commit c9721dfafea708179ff49d618954ee8064e151cc) (cherry picked from commit 615a8f55244454071619579a07e2c59d37d1a9b5) (cherry picked from commit 0370238db30279ed3db669395270ad36e64b0ec8) (cherry picked from commit 87b46009e1d70ccbb3850161f45c3def0562f968) (cherry picked from commit b7d9b95cbf9e4afd0b8a154d720d72e817cfb9b1)
↧
platform: makefile: do not generate ifndef define in ram headers
↧