how to create a config.mk file

Discussions about technology in general
Post Reply
zjc515484158
Beginner
Posts: 3
Joined: Thu May 17, 2018 10:58 am

how to create a config.mk file

Post by zjc515484158 »

hello dear friends, I have updated the firmware-master programming in virtual machine. Now i want to enable the BQD. Because I lack MCU programming knowledge, so i can't create a config.mk file in root directory. Or I didn't find it? Can anyone help me to solve this problem? THANK YOU VERY MUCH!! :oops:
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: how to create a config.mk file

Post by arnaud »

config.mk is in the folder tools/make/ you can copy the existing tools/make/config.mk.sample into tools/make/config.mk to get a starting point.

Each time you modify this file you will most likely need to "make clean" and "make" the full project in order for the changes to be taken into account.
Post Reply