Skip to content

Commit

Permalink
[Lot60] 修正顺序错误导致的编译错误问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-kirisame committed Jan 9, 2022
1 parent 74f9322 commit a404f2c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion keyboard/lot60-ble/rev_c/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
HARDWARE_VERSION = REV_C
COMMON_ROOT = ../common

release_pkg: usb package
release_pkg: package usb

include $(COMMON_ROOT)/common.mk
2 changes: 1 addition & 1 deletion keyboard/lot60-ble/rev_e/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
HARDWARE_VERSION = REV_E
COMMON_ROOT = ../common

release_pkg: usb package
release_pkg: package usb

include $(COMMON_ROOT)/common.mk
2 changes: 1 addition & 1 deletion keyboard/lot60-ble/rev_e_3led/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ HARDWARE_VERSION = REV_E
THREE_LED_STATUS = yes
COMMON_ROOT = ../common

release_pkg: usb package
release_pkg: package usb

include $(COMMON_ROOT)/common.mk
2 changes: 1 addition & 1 deletion keyboard/lot60-ble/rev_f/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
HARDWARE_VERSION = REV_F
COMMON_ROOT = ../common

release_pkg: usb package
release_pkg: package usb

include $(COMMON_ROOT)/common.mk
2 changes: 1 addition & 1 deletion keyboard/lot60-ble/rev_f_3led/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ HARDWARE_VERSION = REV_F
THREE_LED_STATUS = yes
COMMON_ROOT = ../common

release_pkg: usb package
release_pkg: package usb

include $(COMMON_ROOT)/common.mk
2 changes: 1 addition & 1 deletion keyboard/lot60-ble/rev_g/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
HARDWARE_VERSION = REV_G
COMMON_ROOT = ../common

release_pkg: usb merge_softdevice
release_pkg: merge_softdevice usb

include $(COMMON_ROOT)/common.mk
2 changes: 1 addition & 1 deletion keyboard/lot60-ble/rev_g_3led/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ HARDWARE_VERSION = REV_G
THREE_LED_STATUS = yes
COMMON_ROOT = ../common

release_pkg: usb merge_softdevice
release_pkg: merge_softdevice usb

include $(COMMON_ROOT)/common.mk
2 changes: 1 addition & 1 deletion keyboard/lot60-ble/rev_g_832/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
HARDWARE_VERSION = REV_G_ALT
COMMON_ROOT = ../common

release_pkg: usb merge_softdevice
release_pkg: merge_softdevice usb

include $(COMMON_ROOT)/common.mk

0 comments on commit a404f2c

Please sign in to comment.