summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/pstore/Makefile
blob: bd7abe24ea081442850c88d1b559fe9926a2580c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Makefile for pstore selftests.
# Expects pstore backend is registered.

all:

TEST_PROGS := pstore_tests pstore_post_reboot_tests
TEST_FILES := common_tests pstore_crash_test

include ../lib.mk

run_crash:
	@sh pstore_crash_test || { echo "pstore_crash_test: [FAIL]"; exit 1; }

clean:
	rm -rf logs/* *uuid
hed/sch_htb.c?id=04d8a0a5f3b6887543850d991a5e37c4ec90e250'>04d8a0a5f3b6887543850d991a5e37c4ec90e250 (patch) treeee1fafb2122c2b29c7cb19e571bd7229afdbf847 /net/sched/sch_htb.c parentff4cf0e5ce952488074aa7f47734af1794f55fbc (diff)
net: phy: Add LED mode driver for Microsemi PHYs.
LED Mode: Microsemi PHY support 2 LEDs (LED[0] and LED[1]) to display different status information that can be selected by setting LED mode. LED Mode parameter (vsc8531, led-0-mode) and (vsc8531, led-1-mode) get from Device Tree. Signed-off-by: Raju Lakkaraju <Raju.Lakkaraju@microsemi.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/sch_htb.c')