summaryrefslogtreecommitdiff
path: root/tools/build/feature/test-libpython-version.c
blob: facea122d812eb27585037afe9b3a97737cb31bf (plain)
1
2
3
4
5
6
7
8
9
10
#include <Python.h>

#if PY_VERSION_HEX >= 0x03000000
	#error
#endif

int main(void)
{
	return 0;
}
40:32 +0200 commit6ca4f46005dd7934308588d8e4d73637bbaef7ad (patch) tree1122921fe19d01103aad5b62cfd5efdc5153884a /drivers/memory/Makefile parentb736bcb3d8fe6182d12feb0412106802d80b4527 (diff)
power: reset: Add if statement instead of multiple depends on
All the config option so far are depending on the POWER_RESET symbol Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers/memory/Makefile')