X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;ds=sidebyside;f=common.mk;h=d0e04df862fdc13c0e3b05dd4d844948d273d056;hb=3d81d5221eac9ca9620ba9043a250dcb8371b22e;hp=17c6816f6c94bfa5b489e2b0106ef5005a7de4c6;hpb=e67c988824f5ec0c965beb412f8ee5953dfd3c8c;p=max%2Ftmk_keyboard.git diff --git a/common.mk b/common.mk index 17c6816f..d0e04df8 100644 --- a/common.mk +++ b/common.mk @@ -4,6 +4,7 @@ SRC += host.c \ layer.c \ timer.c \ print.c \ + bootloader.c \ util.c @@ -32,7 +33,4 @@ ifdef $(or MOUSEKEY_ENABLE, PS2_MOUSE_ENABLE) endif # Search Path -VPATH += $(COMMON_DIR) - - -include $(COMMON_DIR)/rules.mk +VPATH += $(TOP_DIR)/common