antmicro / zynq-mkbootimage

An open source replacement of the Xilinx bootgen application.
BSD 2-Clause "Simplified" License
93 stars 47 forks source link

Correctly handle CFLAGS provided on commandline #11

Closed antoinealb closed 5 years ago

antoinealb commented 5 years ago

Otherwise this did not play well with build systems that add CFLAGS to the make invocation, i.e. "make CFLAGS=-Wall all". This is the case of the buildroot build system for example.