nxthongbk / MangOH_LittlevGL

For using littlevGL on MangoH
0 stars 0 forks source link

Makefile environment shouldn't be hardcoded #2

Open dpfrey opened 5 years ago

dpfrey commented 5 years ago

The Makefile explicitly sets CC, CFLAGS and other variables to values that are specific to one toolchain. Instead, it would be better if the user just did source /opt/swi/myToolchain/environment-setup-armv7a-neon-poky-linux-gnueabi to set the variables. There may still be some that need to be set, but this should cover most of them.