Skip to content

Commit eaedbe9

Browse files
committed
buttons: Remove legacy button applications
The button applications have moved to their own project here: https://github.com/openbmc/phosphor-buttons Remove the legacy rstbutton and pwrbutton appications. Change-Id: I16d0e364bd748551cf4d33244e07de79e069dedc Signed-off-by: Brad Bishop <[email protected]>
1 parent a738350 commit eaedbe9

File tree

5 files changed

+1
-349
lines changed

5 files changed

+1
-349
lines changed

Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ GDBUS_APPS = bmcctl \
22
flashbios \
33
op-flasher \
44
op-hostctl \
5-
op-pwrctl \
6-
pwrbutton \
7-
rstbutton
5+
op-pwrctl
86

97
SUBDIRS = fanctl \
108
ledctl \

pwrbutton/Makefile

-3
This file was deleted.

pwrbutton/button_power_obj.c

-170
This file was deleted.

rstbutton/Makefile

-3
This file was deleted.

rstbutton/button_reset_obj.c

-170
This file was deleted.

0 commit comments

Comments
 (0)